Html Css Color HEX #CCDDAF Reef

📋 copy color: '#CCDDAF'

red 204 ◦ green 221 ◦ blue 175

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

Shades of Reef #CCDDAF

Tints of Reef #CCDDAF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.83%

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

R = 34%
G = 36.83%
B = 29.17%

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

#CCDDAF (or 0xCCDDAF) is known color: Reef. HEX triplet: CC, DD and AF. RGB value is (204,221,175). Sum of RGB (Red+Green+Blue) = 204+221+175=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 175 (68.75% from 255 or 29.17% from 600); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDDAF is #332250. Grayscale: #D2D2D2. Windows color (decimal): -3351121 or 11525580. OLE color: 11525580.

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

Color convert

RGB 204 221 175 -
CMYK 0.08 0 0.21 0.13
HSL 82.17º 0.4% 0.78% -
HSV(B) 82.17º 0.21% 0.87% -
XYZ 58.5 67.65 50.53 -
YUV 210.67 107.87 123.24 -
System Red Green Blue C M Y K H S L
Decimal 204 221 175 0.08 0 0.21 0.13 82.17 0.4 0.78
Hex CC DD AF 8 0 15 D 52 28 4E
Octal 314 335 257 10 0 25 15 122 50 116
Binary 11001100 11011101 10101111 1000 0 10101 1101 1010010 101000 1001110

Color Harmonies of #CCDDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDDAF

Black with #CCDDAF

Text Example


Text Example

White with #CCDDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDDAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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