Html Css Color HEX #CCDCA2 Reef

📋 copy color: '#CCDCA2'

red 204 ◦ green 220 ◦ blue 162

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

Shades of Reef #CCDCA2

Tints of Reef #CCDCA2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.54%

 BLUE value IS 162 (63.67% from 255) = 27.65%

R = 34.81%
G = 37.54%
B = 27.65%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#CCDCA2 (or 0xCCDCA2) is known color: Reef. HEX triplet: CC, DC and A2. RGB value is (204,220,162). Sum of RGB (Red+Green+Blue) = 204+220+162=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 162 (63.67% from 255 or 27.65% from 586); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDCA2 is #33235D. Grayscale: #D0D0D0. Windows color (decimal): -3351390 or 10673356. OLE color: 10673356.

HSL color Cylindrical-coordinate representation of color #CCDCA2: hue angle of 76.55º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCDCA2 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 220 162 -
CMYK 0.07 0 0.26 0.14
HSL 76.55º 0.45% 0.75% -
HSV(B) 76.55º 0.26% 0.86% -
XYZ 57.02 66.63 44.04 -
YUV 208.6 101.7 124.72 -
System Red Green Blue C M Y K H S L
Decimal 204 220 162 0.07 0 0.26 0.14 76.55 0.45 0.75
Hex CC DC A2 7 0 1A E 4D 2D 4B
Octal 314 334 242 7 0 32 16 115 55 113
Binary 11001100 11011100 10100010 111 0 11010 1110 1001101 101101 1001011

Color Harmonies of #CCDCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDCA2

Black with #CCDCA2

Text Example


Text Example

White with #CCDCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDCA2; }

 p { color: rgb(204,220,162); }

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

background-color css

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

 a { background-color: rgb(204,220,162); }

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

border-color css

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

 span { border-color: rgb(204,220,162); }

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