Html Css Color HEX #CCDEA7 Reef

📋 copy color: '#CCDEA7'

red 204 ◦ green 222 ◦ blue 167

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

Shades of Reef #CCDEA7

Tints of Reef #CCDEA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 28.16%

R = 34.4%
G = 37.44%
B = 28.16%

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

#CCDEA7 (or 0xCCDEA7) is known color: Reef. HEX triplet: CC, DE and A7. RGB value is (204,222,167). Sum of RGB (Red+Green+Blue) = 204+222+167=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 167 (65.62% from 255 or 28.16% from 593); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDEA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDEA7 is #332158. Grayscale: #D2D2D2. Windows color (decimal): -3350873 or 11001548. OLE color: 11001548.

HSL color Cylindrical-coordinate representation of color #CCDEA7: hue angle of 79.64º degrees, saturation: 0.45, 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 #CCDEA7 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 222 167 -
CMYK 0.08 0 0.25 0.13
HSL 79.64º 0.45% 0.76% -
HSV(B) 79.64º 0.25% 0.87% -
XYZ 58 67.87 46.6 -
YUV 210.35 103.54 123.47 -
System Red Green Blue C M Y K H S L
Decimal 204 222 167 0.08 0 0.25 0.13 79.64 0.45 0.76
Hex CC DE A7 8 0 19 D 50 2D 4C
Octal 314 336 247 10 0 31 15 120 55 114
Binary 11001100 11011110 10100111 1000 0 11001 1101 1010000 101101 1001100

Color Harmonies of #CCDEA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDEA7

Black with #CCDEA7

Text Example


Text Example

White with #CCDEA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDEA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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