Html Css Color HEX #CCDDAC Reef

📋 copy color: '#CCDDAC'

red 204 ◦ green 221 ◦ blue 172

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

Shades of Reef #CCDDAC

Tints of Reef #CCDDAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.81%

R = 34.17%
G = 37.02%
B = 28.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#CCDDAC (or 0xCCDDAC) is known color: Reef. HEX triplet: CC, DD and AC. RGB value is (204,221,172). Sum of RGB (Red+Green+Blue) = 204+221+172=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 172 (67.58% from 255 or 28.81% from 597); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDDAC is #332253. Grayscale: #D2D2D2. Windows color (decimal): -3351124 or 11328972. OLE color: 11328972.

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

Color convert

RGB 204 221 172 -
CMYK 0.08 0 0.22 0.13
HSL 80.82º 0.42% 0.77% -
HSV(B) 80.82º 0.22% 0.87% -
XYZ 58.2 67.53 49 -
YUV 210.33 106.37 123.48 -
System Red Green Blue C M Y K H S L
Decimal 204 221 172 0.08 0 0.22 0.13 80.82 0.42 0.77
Hex CC DD AC 8 0 16 D 51 2A 4D
Octal 314 335 254 10 0 26 15 121 52 115
Binary 11001100 11011101 10101100 1000 0 10110 1101 1010001 101010 1001101

Color Harmonies of #CCDDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDDAC

Black with #CCDDAC

Text Example


Text Example

White with #CCDDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDDAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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