Html Css Color HEX #CCDBA4 Reef

📋 copy color: '#CCDBA4'

red 204 ◦ green 219 ◦ blue 164

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

Shades of Reef #CCDBA4

Tints of Reef #CCDBA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 27.94%

R = 34.75%
G = 37.31%
B = 27.94%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#CCDBA4 (or 0xCCDBA4) is known color: Reef. HEX triplet: CC, DB and A4. RGB value is (204,219,164). Sum of RGB (Red+Green+Blue) = 204+219+164=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 164 (64.45% from 255 or 27.94% from 587); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDBA4 is #33245B. Grayscale: #D0D0D0. Windows color (decimal): -3351644 or 10804172. OLE color: 10804172.

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

Color convert

RGB 204 219 164 -
CMYK 0.07 0 0.25 0.14
HSL 76.36º 0.43% 0.75% -
HSV(B) 76.36º 0.25% 0.86% -
XYZ 56.93 66.18 44.9 -
YUV 208.25 103.03 124.97 -
System Red Green Blue C M Y K H S L
Decimal 204 219 164 0.07 0 0.25 0.14 76.36 0.43 0.75
Hex CC DB A4 7 0 19 E 4C 2B 4B
Octal 314 333 244 7 0 31 16 114 53 113
Binary 11001100 11011011 10100100 111 0 11001 1110 1001100 101011 1001011

Color Harmonies of #CCDBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDBA4

Black with #CCDBA4

Text Example


Text Example

White with #CCDBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDBA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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