Html Css Color HEX #CEEBCD Blue Romance

📋 copy color: '#CEEBCD'

red 206 ◦ green 235 ◦ blue 205

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

Shades of Blue Romance #CEEBCD

Tints of Blue Romance #CEEBCD

RGB

 RED value IS 206 (80.86% from 255) = 31.89%

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

 BLUE value IS 205 (80.47% from 255) = 31.73%

R = 31.89%
G = 36.38%
B = 31.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#CEEBCD (or 0xCEEBCD) is known color: Blue Romance. HEX triplet: CE, EB and CD. RGB value is (206,235,205). Sum of RGB (Red+Green+Blue) = 206+235+205=646 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.89% from 646); Green value is 235 (92.19% from 255 or 36.38% from 646); Blue value is 205 (80.47% from 255 or 31.73% from 646); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEBCD is #311432. Grayscale: #DFDFDF. Windows color (decimal): -3216435 or 13495246. OLE color: 13495246.

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

Color convert

RGB 206 235 205 -
CMYK 0.12 0 0.13 0.08
HSL 118º 0.43% 0.86% -
HSV(B) 118º 0.13% 0.92% -
XYZ 66.18 76.95 69.12 -
YUV 222.91 117.89 115.94 -
System Red Green Blue C M Y K H S L
Decimal 206 235 205 0.12 0 0.13 0.08 118 0.43 0.86
Hex CE EB CD C 0 D 8 76 2B 56
Octal 316 353 315 14 0 15 10 166 53 126
Binary 11001110 11101011 11001101 1100 0 1101 1000 1110110 101011 1010110

Color Harmonies of #CEEBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEBCD

Black with #CEEBCD

Text Example


Text Example

White with #CEEBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEBCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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