Html Css Color HEX #CDEBAE Reef

📋 copy color: '#CDEBAE'

red 205 ◦ green 235 ◦ blue 174

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

Shades of Reef #CDEBAE

Tints of Reef #CDEBAE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.27%

 BLUE value IS 174 (68.36% from 255) = 28.34%

R = 33.39%
G = 38.27%
B = 28.34%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#CDEBAE (or 0xCDEBAE) is known color: Reef. HEX triplet: CD, EB and AE. RGB value is (205,235,174). Sum of RGB (Red+Green+Blue) = 205+235+174=614 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.39% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 174 (68.36% from 255 or 28.34% from 614); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEBAE is #321451. Grayscale: #DBDBDB. Windows color (decimal): -3282002 or 11463629. OLE color: 11463629.

HSL color Cylindrical-coordinate representation of color #CDEBAE: hue angle of 89.51º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDEBAE is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 205 235 174 -
CMYK 0.13 0 0.26 0.08
HSL 89.51º 0.6% 0.8% -
HSV(B) 89.51º 0.26% 0.92% -
XYZ 62.53 75.45 51.31 -
YUV 219.08 102.56 117.96 -
System Red Green Blue C M Y K H S L
Decimal 205 235 174 0.13 0 0.26 0.08 89.51 0.6 0.8
Hex CD EB AE D 0 1A 8 5A 3C 50
Octal 315 353 256 15 0 32 10 132 74 120
Binary 11001101 11101011 10101110 1101 0 11010 1000 1011010 111100 1010000

Color Harmonies of #CDEBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEBAE

Black with #CDEBAE

Text Example


Text Example

White with #CDEBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEBAE; }

 p { color: rgb(205,235,174); }

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

background-color css

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

 a { background-color: rgb(205,235,174); }

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

border-color css

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

 span { border-color: rgb(205,235,174); }

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