Html Css Color HEX #CCDEAC Reef

📋 copy color: '#CCDEAC'

red 204 ◦ green 222 ◦ blue 172

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

Shades of Reef #CCDEAC

Tints of Reef #CCDEAC

RGB

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

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

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

R = 34.11%
G = 37.12%
B = 28.76%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#CCDEAC (or 0xCCDEAC) is known color: Reef. HEX triplet: CC, DE and AC. RGB value is (204,222,172). Sum of RGB (Red+Green+Blue) = 204+222+172=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 222 (87.11% from 255 or 37.12% from 598); Blue value is 172 (67.58% from 255 or 28.76% from 598); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDEAC is #332153. Grayscale: #D3D3D3. Windows color (decimal): -3350868 or 11329228. OLE color: 11329228.

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

Color convert

RGB 204 222 172 -
CMYK 0.08 0 0.23 0.13
HSL 81.6º 0.43% 0.77% -
HSV(B) 81.6º 0.23% 0.87% -
XYZ 58.47 68.06 49.08 -
YUV 210.92 106.04 123.07 -
System Red Green Blue C M Y K H S L
Decimal 204 222 172 0.08 0 0.23 0.13 81.6 0.43 0.77
Hex CC DE AC 8 0 17 D 52 2B 4D
Octal 314 336 254 10 0 27 15 122 53 115
Binary 11001100 11011110 10101100 1000 0 10111 1101 1010010 101011 1001101

Color Harmonies of #CCDEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDEAC

Black with #CCDEAC

Text Example


Text Example

White with #CCDEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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