Html Css Color HEX #CDDB99 Reef

📋 copy color: '#CDDB99'

red 205 ◦ green 219 ◦ blue 153

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

Shades of Reef #CDDB99

Tints of Reef #CDDB99

RGB

 RED value IS 205 (80.47% from 255) = 35.53%

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

 BLUE value IS 153 (60.16% from 255) = 26.52%

R = 35.53%
G = 37.95%
B = 26.52%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#CDDB99 (or 0xCDDB99) is known color: Reef. HEX triplet: CD, DB and 99. RGB value is (205,219,153). Sum of RGB (Red+Green+Blue) = 205+219+153=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 153 (60.16% from 255 or 26.52% from 577); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDB99 is #322466. Grayscale: #CFCFCF. Windows color (decimal): -3286119 or 10083277. OLE color: 10083277.

HSL color Cylindrical-coordinate representation of color #CDDB99: hue angle of 72.73º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDDB99 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 219 153 -
CMYK 0.06 0 0.30 0.14
HSL 72.73º 0.48% 0.73% -
HSV(B) 72.73º 0.3% 0.86% -
XYZ 56.26 65.94 39.9 -
YUV 207.29 97.36 126.37 -
System Red Green Blue C M Y K H S L
Decimal 205 219 153 0.06 0 0.30 0.14 72.73 0.48 0.73
Hex CD DB 99 6 0 1E E 49 30 49
Octal 315 333 231 6 0 36 16 111 60 111
Binary 11001101 11011011 10011001 110 0 11110 1110 1001001 110000 1001001

Color Harmonies of #CDDB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDB99

Black with #CDDB99

Text Example


Text Example

White with #CDDB99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDB99; }

 p { color: rgb(205,219,153); }

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

background-color css

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

 a { background-color: rgb(205,219,153); }

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

border-color css

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

 span { border-color: rgb(205,219,153); }

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