Html Css Color HEX #CCF0CB Blue Romance

📋 copy color: '#CCF0CB'

red 204 ◦ green 240 ◦ blue 203

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

Shades of Blue Romance #CCF0CB

Tints of Blue Romance #CCF0CB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.09%

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

R = 31.53%
G = 37.09%
B = 31.38%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#CCF0CB (or 0xCCF0CB) is known color: Blue Romance. HEX triplet: CC, F0 and CB. RGB value is (204,240,203). Sum of RGB (Red+Green+Blue) = 204+240+203=647 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.53% from 647); Green value is 240 (94.14% from 255 or 37.09% from 647); Blue value is 203 (79.69% from 255 or 31.38% from 647); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF0CB is #330F34. Grayscale: #E1E1E1. Windows color (decimal): -3346229 or 13365452. OLE color: 13365452.

HSL color Cylindrical-coordinate representation of color #CCF0CB: hue angle of 118.38º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCF0CB is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 203 -
CMYK 0.15 0 0.15 0.06
HSL 118.38º 0.55% 0.87% -
HSV(B) 118.38º 0.15% 0.94% -
XYZ 66.84 79.47 68.32 -
YUV 225.02 115.57 113.01 -
System Red Green Blue C M Y K H S L
Decimal 204 240 203 0.15 0 0.15 0.06 118.38 0.55 0.87
Hex CC F0 CB F 0 F 6 76 37 57
Octal 314 360 313 17 0 17 6 166 67 127
Binary 11001100 11110000 11001011 1111 0 1111 110 1110110 110111 1010111

Color Harmonies of #CCF0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF0CB

Black with #CCF0CB

Text Example


Text Example

White with #CCF0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF0CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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