Html Css Color HEX #CEF2CB Blue Romance

📋 copy color: '#CEF2CB'

red 206 ◦ green 242 ◦ blue 203

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

Shades of Blue Romance #CEF2CB

Tints of Blue Romance #CEF2CB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.17%

 BLUE value IS 203 (79.69% from 255) = 31.18%

R = 31.64%
G = 37.17%
B = 31.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#CEF2CB (or 0xCEF2CB) is known color: Blue Romance. HEX triplet: CE, F2 and CB. RGB value is (206,242,203). Sum of RGB (Red+Green+Blue) = 206+242+203=651 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.64% from 651); Green value is 242 (94.92% from 255 or 37.17% from 651); Blue value is 203 (79.69% from 255 or 31.18% from 651); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF2CB is #310D34. Grayscale: #E2E2E2. Windows color (decimal): -3214645 or 13365966. OLE color: 13365966.

HSL color Cylindrical-coordinate representation of color #CEF2CB: hue angle of 115.38º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEF2CB is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 242 203 -
CMYK 0.15 0 0.16 0.05
HSL 115.38º 0.6% 0.87% -
HSV(B) 115.38º 0.16% 0.95% -
XYZ 67.99 80.94 68.54 -
YUV 226.79 114.57 113.17 -
System Red Green Blue C M Y K H S L
Decimal 206 242 203 0.15 0 0.16 0.05 115.38 0.6 0.87
Hex CE F2 CB F 0 10 5 73 3C 57
Octal 316 362 313 17 0 20 5 163 74 127
Binary 11001110 11110010 11001011 1111 0 10000 101 1110011 111100 1010111

Color Harmonies of #CEF2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF2CB

Black with #CEF2CB

Text Example


Text Example

White with #CEF2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF2CB; }

 p { color: rgb(206,242,203); }

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

background-color css

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

 a { background-color: rgb(206,242,203); }

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

border-color css

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

 span { border-color: rgb(206,242,203); }

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