Html Css Color HEX #CDEEA6 Reef

📋 copy color: '#CDEEA6'

red 205 ◦ green 238 ◦ blue 166

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

Shades of Reef #CDEEA6

Tints of Reef #CDEEA6

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.08%

 BLUE value IS 166 (65.23% from 255) = 27.26%

R = 33.66%
G = 39.08%
B = 27.26%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#CDEEA6 (or 0xCDEEA6) is known color: Reef. HEX triplet: CD, EE and A6. RGB value is (205,238,166). Sum of RGB (Red+Green+Blue) = 205+238+166=609 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.66% from 609); Green value is 238 (93.36% from 255 or 39.08% from 609); Blue value is 166 (65.23% from 255 or 27.26% from 609); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEEA6 is #321159. Grayscale: #DCDCDC. Windows color (decimal): -3281242 or 10940109. OLE color: 10940109.

HSL color Cylindrical-coordinate representation of color #CDEEA6: hue angle of 87.5º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDEEA6 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 238 166 -
CMYK 0.14 0 0.30 0.07
HSL 87.5º 0.68% 0.79% -
HSV(B) 87.5º 0.3% 0.93% -
XYZ 62.63 76.88 47.61 -
YUV 219.93 97.57 117.35 -
System Red Green Blue C M Y K H S L
Decimal 205 238 166 0.14 0 0.30 0.07 87.5 0.68 0.79
Hex CD EE A6 E 0 1E 7 57 44 4F
Octal 315 356 246 16 0 36 7 127 104 117
Binary 11001101 11101110 10100110 1110 0 11110 111 1010111 1000100 1001111

Color Harmonies of #CDEEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEEA6

Black with #CDEEA6

Text Example


Text Example

White with #CDEEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEEA6; }

 p { color: rgb(205,238,166); }

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

background-color css

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

 a { background-color: rgb(205,238,166); }

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

border-color css

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

 span { border-color: rgb(205,238,166); }

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