Html Css Color HEX #CDEECC Blue Romance

📋 copy color: '#CDEECC'

red 205 ◦ green 238 ◦ blue 204

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

Shades of Blue Romance #CDEECC

Tints of Blue Romance #CDEECC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.79%

 BLUE value IS 204 (80.08% from 255) = 31.53%

R = 31.68%
G = 36.79%
B = 31.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#CDEECC (or 0xCDEECC) is known color: Blue Romance. HEX triplet: CD, EE and CC. RGB value is (205,238,204). Sum of RGB (Red+Green+Blue) = 205+238+204=647 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.68% from 647); Green value is 238 (93.36% from 255 or 36.79% from 647); Blue value is 204 (80.08% from 255 or 31.53% from 647); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEECC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEECC is #321133. Grayscale: #E0E0E0. Windows color (decimal): -3281204 or 13430477. OLE color: 13430477.

HSL color Cylindrical-coordinate representation of color #CDEECC: hue angle of 118.24º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDEECC is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 238 204 -
CMYK 0.14 0 0.14 0.07
HSL 118.24º 0.5% 0.87% -
HSV(B) 118.24º 0.14% 0.93% -
XYZ 66.65 78.49 68.76 -
YUV 224.26 116.57 114.26 -
System Red Green Blue C M Y K H S L
Decimal 205 238 204 0.14 0 0.14 0.07 118.24 0.5 0.87
Hex CD EE CC E 0 E 7 76 32 57
Octal 315 356 314 16 0 16 7 166 62 127
Binary 11001101 11101110 11001100 1110 0 1110 111 1110110 110010 1010111

Color Harmonies of #CDEECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEECC

Black with #CDEECC

Text Example


Text Example

White with #CDEECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEECC; }

 p { color: rgb(205,238,204); }

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

background-color css

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

 a { background-color: rgb(205,238,204); }

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

border-color css

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

 span { border-color: rgb(205,238,204); }

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