Html Css Color HEX #CCF4CB Blue Romance

📋 copy color: '#CCF4CB'

red 204 ◦ green 244 ◦ blue 203

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

Shades of Blue Romance #CCF4CB

Tints of Blue Romance #CCF4CB

RGB

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

 GREEN value IS 244 (95.7% from 255) = 37.48%

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

R = 31.34%
G = 37.48%
B = 31.18%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#CCF4CB (or 0xCCF4CB) is known color: Blue Romance. HEX triplet: CC, F4 and CB. RGB value is (204,244,203). Sum of RGB (Red+Green+Blue) = 204+244+203=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 244 (95.70% from 255 or 37.48% from 651); Blue value is 203 (79.69% from 255 or 31.18% from 651); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF4CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF4CB is #330B34. Grayscale: #E3E3E3. Windows color (decimal): -3345205 or 13366476. OLE color: 13366476.

HSL color Cylindrical-coordinate representation of color #CCF4CB: hue angle of 118.54º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCF4CB is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 244 203 -
CMYK 0.16 0 0.17 0.04
HSL 118.54º 0.65% 0.88% -
HSV(B) 118.54º 0.17% 0.96% -
XYZ 68.03 81.85 68.71 -
YUV 227.37 114.25 111.33 -
System Red Green Blue C M Y K H S L
Decimal 204 244 203 0.16 0 0.17 0.04 118.54 0.65 0.88
Hex CC F4 CB 10 0 11 4 77 41 58
Octal 314 364 313 20 0 21 4 167 101 130
Binary 11001100 11110100 11001011 10000 0 10001 100 1110111 1000001 1011000

Color Harmonies of #CCF4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF4CB

Black with #CCF4CB

Text Example


Text Example

White with #CCF4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF4CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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