Html Css Color HEX #CEECCA Blue Romance

📋 copy color: '#CEECCA'

red 206 ◦ green 236 ◦ blue 202

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

Shades of Blue Romance #CEECCA

Tints of Blue Romance #CEECCA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.65%

 BLUE value IS 202 (79.3% from 255) = 31.37%

R = 31.99%
G = 36.65%
B = 31.37%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#CEECCA (or 0xCEECCA) is known color: Blue Romance. HEX triplet: CE, EC and CA. RGB value is (206,236,202). Sum of RGB (Red+Green+Blue) = 206+236+202=644 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.99% from 644); Green value is 236 (92.58% from 255 or 36.65% from 644); Blue value is 202 (79.30% from 255 or 31.37% from 644); Max value from RGB is 236 - color contains mainly: green. Hex color #CEECCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEECCA is #311335. Grayscale: #DFDFDF. Windows color (decimal): -3216182 or 13298894. OLE color: 13298894.

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

Color convert

RGB 206 236 202 -
CMYK 0.13 0 0.14 0.07
HSL 112.94º 0.47% 0.86% -
HSV(B) 112.94º 0.14% 0.93% -
XYZ 66.11 77.38 67.33 -
YUV 223.15 116.06 115.76 -
System Red Green Blue C M Y K H S L
Decimal 206 236 202 0.13 0 0.14 0.07 112.94 0.47 0.86
Hex CE EC CA D 0 E 7 71 2F 56
Octal 316 354 312 15 0 16 7 161 57 126
Binary 11001110 11101100 11001010 1101 0 1110 111 1110001 101111 1010110

Color Harmonies of #CEECCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEECCA

Black with #CEECCA

Text Example


Text Example

White with #CEECCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEECCA; }

 p { color: rgb(206,236,202); }

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

background-color css

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

 a { background-color: rgb(206,236,202); }

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

border-color css

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

 span { border-color: rgb(206,236,202); }

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