Html Css Color HEX #CCDEAF Reef

📋 copy color: '#CCDEAF'

red 204 ◦ green 222 ◦ blue 175

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

Shades of Reef #CCDEAF

Tints of Reef #CCDEAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 29.12%

R = 33.94%
G = 36.94%
B = 29.12%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#CCDEAF (or 0xCCDEAF) is known color: Reef. HEX triplet: CC, DE and AF. RGB value is (204,222,175). Sum of RGB (Red+Green+Blue) = 204+222+175=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 222 (87.11% from 255 or 36.94% from 601); Blue value is 175 (68.75% from 255 or 29.12% from 601); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDEAF is #332150. Grayscale: #D3D3D3. Windows color (decimal): -3350865 or 11525836. OLE color: 11525836.

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

Color convert

RGB 204 222 175 -
CMYK 0.08 0 0.21 0.13
HSL 82.98º 0.42% 0.78% -
HSV(B) 82.98º 0.21% 0.87% -
XYZ 58.76 68.18 50.62 -
YUV 211.26 107.54 122.82 -
System Red Green Blue C M Y K H S L
Decimal 204 222 175 0.08 0 0.21 0.13 82.98 0.42 0.78
Hex CC DE AF 8 0 15 D 53 2A 4E
Octal 314 336 257 10 0 25 15 123 52 116
Binary 11001100 11011110 10101111 1000 0 10101 1101 1010011 101010 1001110

Color Harmonies of #CCDEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDEAF

Black with #CCDEAF

Text Example


Text Example

White with #CCDEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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