Html Css Color HEX #CDDB98 Reef

📋 copy color: '#CDDB98'

red 205 ◦ green 219 ◦ blue 152

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

Shades of Reef #CDDB98

Tints of Reef #CDDB98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 26.39%

R = 35.59%
G = 38.02%
B = 26.39%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#CDDB98 (or 0xCDDB98) is known color: Reef. HEX triplet: CD, DB and 98. RGB value is (205,219,152). Sum of RGB (Red+Green+Blue) = 205+219+152=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 152 (59.77% from 255 or 26.39% from 576); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDB98 is #322467. Grayscale: #CFCFCF. Windows color (decimal): -3286120 or 10017741. OLE color: 10017741.

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

Color convert

RGB 205 219 152 -
CMYK 0.06 0 0.31 0.14
HSL 72.54º 0.48% 0.73% -
HSV(B) 72.54º 0.31% 0.86% -
XYZ 56.18 65.91 39.47 -
YUV 207.18 96.86 126.45 -
System Red Green Blue C M Y K H S L
Decimal 205 219 152 0.06 0 0.31 0.14 72.54 0.48 0.73
Hex CD DB 98 6 0 1F E 49 30 49
Octal 315 333 230 6 0 37 16 111 60 111
Binary 11001101 11011011 10011000 110 0 11111 1110 1001001 110000 1001001

Color Harmonies of #CDDB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDB98

Black with #CDDB98

Text Example


Text Example

White with #CDDB98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDB98; }

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

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

background-color css

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

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

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

border-color css

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

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

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