Html Css Color HEX #CCF1CB Blue Romance

📋 copy color: '#CCF1CB'

red 204 ◦ green 241 ◦ blue 203

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

Shades of Blue Romance #CCF1CB

Tints of Blue Romance #CCF1CB

RGB

 RED value IS 204 (80.08% from 255) = 31.48%

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

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

R = 31.48%
G = 37.19%
B = 31.33%

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

#CCF1CB (or 0xCCF1CB) is known color: Blue Romance. HEX triplet: CC, F1 and CB. RGB value is (204,241,203). Sum of RGB (Red+Green+Blue) = 204+241+203=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 241 (94.53% from 255 or 37.19% from 648); Blue value is 203 (79.69% from 255 or 31.33% from 648); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF1CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF1CB is #330E34. Grayscale: #E1E1E1. Windows color (decimal): -3345973 or 13365708. OLE color: 13365708.

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

Color convert

RGB 204 241 203 -
CMYK 0.15 0 0.16 0.05
HSL 118.42º 0.58% 0.87% -
HSV(B) 118.42º 0.16% 0.95% -
XYZ 67.14 80.06 68.41 -
YUV 225.61 115.24 112.59 -
System Red Green Blue C M Y K H S L
Decimal 204 241 203 0.15 0 0.16 0.05 118.42 0.58 0.87
Hex CC F1 CB F 0 10 5 76 3A 57
Octal 314 361 313 17 0 20 5 166 72 127
Binary 11001100 11110001 11001011 1111 0 10000 101 1110110 111010 1010111

Color Harmonies of #CCF1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF1CB

Black with #CCF1CB

Text Example


Text Example

White with #CCF1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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