Html Css Color HEX #CDE693 Reef

📋 copy color: '#CDE693'

red 205 ◦ green 230 ◦ blue 147

#CDE693
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #CDE693

Tints of Reef #CDE693

RGB

 RED value IS 205 (80.47% from 255) = 35.22%

 GREEN value IS 230 (90.23% from 255) = 39.52%

 BLUE value IS 147 (57.81% from 255) = 25.26%

R = 35.22%
G = 39.52%
B = 25.26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.36

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CDE693 (or 0xCDE693) is known color: Reef. HEX triplet: CD, E6 and 93. RGB value is (205,230,147). Sum of RGB (Red+Green+Blue) = 205+230+147=582 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.22% from 582); Green value is 230 (90.23% from 255 or 39.52% from 582); Blue value is 147 (57.81% from 255 or 25.26% from 582); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE693 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE693 is #32196C. Grayscale: #D5D5D5. Windows color (decimal): -3283309 or 9692877. OLE color: 9692877.

HSL color Cylindrical-coordinate representation of color #CDE693: hue angle of 78.07º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CDE693 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 230 147 -
CMYK 0.11 0 0.36 0.10
HSL 78.07º 0.62% 0.74% -
HSV(B) 78.07º 0.36% 0.9% -
XYZ 58.74 71.68 38.34 -
YUV 213.06 90.72 122.25 -
System Red Green Blue C M Y K H S L
Decimal 205 230 147 0.11 0 0.36 0.10 78.07 0.62 0.74
Hex CD E6 93 B 0 24 A 4E 3E 4A
Octal 315 346 223 13 0 44 12 116 76 112
Binary 11001101 11100110 10010011 1011 0 100100 1010 1001110 111110 1001010

Color Harmonies of #CDE693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE693

Black with #CDE693

Text Example


Text Example

White with #CDE693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE693; }

 p { color: rgb(205,230,147); }

 H1.HeaderClassName
 {
   color: #CDE693;
 }
 .AnyTagClassName
 {
   color: #CDE693;
 }
</style>

background-color css

<style>
 a { background-color: #CDE693; }

 a { background-color: rgb(205,230,147); }

 div.DivClassName
 {
   background-color: #CDE693;
 }
 .BgClassName
 {
   background-color: #CDE693;
 }
</style>

border-color css

<style>
 span { border-color: #CDE693; }

 span { border-color: rgb(205,230,147); }

 td.TdClassName
 {
   border-color: #CDE693;
 }
 .TagClassName
 {
   border-color: #CDE693;
 }
</style>