Html Css Color HEX #CEF1CB Blue Romance

📋 copy color: '#CEF1CB'

red 206 ◦ green 241 ◦ blue 203

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

Shades of Blue Romance #CEF1CB

Tints of Blue Romance #CEF1CB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.08%

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

R = 31.69%
G = 37.08%
B = 31.23%

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

#CEF1CB (or 0xCEF1CB) is known color: Blue Romance. HEX triplet: CE, F1 and CB. RGB value is (206,241,203). Sum of RGB (Red+Green+Blue) = 206+241+203=650 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.69% from 650); Green value is 241 (94.53% from 255 or 37.08% from 650); Blue value is 203 (79.69% from 255 or 31.23% from 650); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF1CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF1CB is #310E34. Grayscale: #E2E2E2. Windows color (decimal): -3214901 or 13365710. OLE color: 13365710.

HSL color Cylindrical-coordinate representation of color #CEF1CB: hue angle of 115.26º degrees, saturation: 0.58, 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 #CEF1CB is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 241 203 -
CMYK 0.15 0 0.16 0.05
HSL 115.26º 0.58% 0.87% -
HSV(B) 115.26º 0.16% 0.95% -
XYZ 67.69 80.34 68.44 -
YUV 226.2 114.9 113.59 -
System Red Green Blue C M Y K H S L
Decimal 206 241 203 0.15 0 0.16 0.05 115.26 0.58 0.87
Hex CE F1 CB F 0 10 5 73 3A 57
Octal 316 361 313 17 0 20 5 163 72 127
Binary 11001110 11110001 11001011 1111 0 10000 101 1110011 111010 1010111

Color Harmonies of #CEF1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF1CB

Black with #CEF1CB

Text Example


Text Example

White with #CEF1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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