Html Css Color HEX #CCDBA7 Reef

📋 copy color: '#CCDBA7'

red 204 ◦ green 219 ◦ blue 167

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

Shades of Reef #CCDBA7

Tints of Reef #CCDBA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 28.31%

R = 34.58%
G = 37.12%
B = 28.31%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#CCDBA7 (or 0xCCDBA7) is known color: Reef. HEX triplet: CC, DB and A7. RGB value is (204,219,167). Sum of RGB (Red+Green+Blue) = 204+219+167=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 167 (65.62% from 255 or 28.31% from 590); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDBA7 is #332458. Grayscale: #D0D0D0. Windows color (decimal): -3351641 or 11000780. OLE color: 11000780.

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

Color convert

RGB 204 219 167 -
CMYK 0.07 0 0.24 0.14
HSL 77.31º 0.42% 0.76% -
HSV(B) 77.31º 0.24% 0.86% -
XYZ 57.21 66.29 46.34 -
YUV 208.59 104.53 124.73 -
System Red Green Blue C M Y K H S L
Decimal 204 219 167 0.07 0 0.24 0.14 77.31 0.42 0.76
Hex CC DB A7 7 0 18 E 4D 2A 4C
Octal 314 333 247 7 0 30 16 115 52 114
Binary 11001100 11011011 10100111 111 0 11000 1110 1001101 101010 1001100

Color Harmonies of #CCDBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDBA7

Black with #CCDBA7

Text Example


Text Example

White with #CCDBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDBA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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