Html Css Color HEX #CCDBA5 Reef

📋 copy color: '#CCDBA5'

red 204 ◦ green 219 ◦ blue 165

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

Shades of Reef #CCDBA5

Tints of Reef #CCDBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 28.06%

R = 34.69%
G = 37.24%
B = 28.06%

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

#CCDBA5 (or 0xCCDBA5) is known color: Reef. HEX triplet: CC, DB and A5. RGB value is (204,219,165). Sum of RGB (Red+Green+Blue) = 204+219+165=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 165 (64.84% from 255 or 28.06% from 588); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDBA5 is #33245A. Grayscale: #D0D0D0. Windows color (decimal): -3351643 or 10869708. OLE color: 10869708.

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

Color convert

RGB 204 219 165 -
CMYK 0.07 0 0.25 0.14
HSL 76.67º 0.43% 0.75% -
HSV(B) 76.67º 0.25% 0.86% -
XYZ 57.02 66.22 45.37 -
YUV 208.36 103.53 124.89 -
System Red Green Blue C M Y K H S L
Decimal 204 219 165 0.07 0 0.25 0.14 76.67 0.43 0.75
Hex CC DB A5 7 0 19 E 4D 2B 4B
Octal 314 333 245 7 0 31 16 115 53 113
Binary 11001100 11011011 10100101 111 0 11001 1110 1001101 101011 1001011

Color Harmonies of #CCDBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDBA5

Black with #CCDBA5

Text Example


Text Example

White with #CCDBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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