Html Css Color HEX #CCDBA2 Reef

📋 copy color: '#CCDBA2'

red 204 ◦ green 219 ◦ blue 162

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

Shades of Reef #CCDBA2

Tints of Reef #CCDBA2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.44%

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

R = 34.87%
G = 37.44%
B = 27.69%

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

#CCDBA2 (or 0xCCDBA2) is known color: Reef. HEX triplet: CC, DB and A2. RGB value is (204,219,162). Sum of RGB (Red+Green+Blue) = 204+219+162=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 162 (63.67% from 255 or 27.69% from 585); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDBA2 is #33245D. Grayscale: #D0D0D0. Windows color (decimal): -3351646 or 10673100. OLE color: 10673100.

HSL color Cylindrical-coordinate representation of color #CCDBA2: hue angle of 75.79º degrees, saturation: 0.44, 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 #CCDBA2 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 219 162 -
CMYK 0.07 0 0.26 0.14
HSL 75.79º 0.44% 0.75% -
HSV(B) 75.79º 0.26% 0.86% -
XYZ 56.75 66.11 43.95 -
YUV 208.02 102.03 125.13 -
System Red Green Blue C M Y K H S L
Decimal 204 219 162 0.07 0 0.26 0.14 75.79 0.44 0.75
Hex CC DB A2 7 0 1A E 4C 2C 4B
Octal 314 333 242 7 0 32 16 114 54 113
Binary 11001100 11011011 10100010 111 0 11010 1110 1001100 101100 1001011

Color Harmonies of #CCDBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDBA2

Black with #CCDBA2

Text Example


Text Example

White with #CCDBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDBA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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