Html Css Color HEX #CCDEA6 Reef

📋 copy color: '#CCDEA6'

red 204 ◦ green 222 ◦ blue 166

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

Shades of Reef #CCDEA6

Tints of Reef #CCDEA6

RGB

 RED value IS 204 (80.08% from 255) = 34.46%

 GREEN value IS 222 (87.11% from 255) = 37.5%

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

R = 34.46%
G = 37.5%
B = 28.04%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#CCDEA6 (or 0xCCDEA6) is known color: Reef. HEX triplet: CC, DE and A6. RGB value is (204,222,166). Sum of RGB (Red+Green+Blue) = 204+222+166=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 222 (87.11% from 255 or 37.5% from 592); Blue value is 166 (65.23% from 255 or 28.04% from 592); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDEA6 is #332159. Grayscale: #D2D2D2. Windows color (decimal): -3350874 or 10936012. OLE color: 10936012.

HSL color Cylindrical-coordinate representation of color #CCDEA6: hue angle of 79.29º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCDEA6 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 222 166 -
CMYK 0.08 0 0.25 0.13
HSL 79.29º 0.46% 0.76% -
HSV(B) 79.29º 0.25% 0.87% -
XYZ 57.91 67.83 46.12 -
YUV 210.23 103.04 123.55 -
System Red Green Blue C M Y K H S L
Decimal 204 222 166 0.08 0 0.25 0.13 79.29 0.46 0.76
Hex CC DE A6 8 0 19 D 4F 2E 4C
Octal 314 336 246 10 0 31 15 117 56 114
Binary 11001100 11011110 10100110 1000 0 11001 1101 1001111 101110 1001100

Color Harmonies of #CCDEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDEA6

Black with #CCDEA6

Text Example


Text Example

White with #CCDEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDEA6; }

 p { color: rgb(204,222,166); }

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

background-color css

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

 a { background-color: rgb(204,222,166); }

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

border-color css

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

 span { border-color: rgb(204,222,166); }

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