Html Css Color HEX #CCF1CA Blue Romance

📋 copy color: '#CCF1CA'

red 204 ◦ green 241 ◦ blue 202

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

Shades of Blue Romance #CCF1CA

Tints of Blue Romance #CCF1CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.22%

R = 31.53%
G = 37.25%
B = 31.22%

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

#CCF1CA (or 0xCCF1CA) is known color: Blue Romance. HEX triplet: CC, F1 and CA. RGB value is (204,241,202). Sum of RGB (Red+Green+Blue) = 204+241+202=647 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.53% from 647); Green value is 241 (94.53% from 255 or 37.25% from 647); Blue value is 202 (79.30% from 255 or 31.22% from 647); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF1CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF1CA is #330E35. Grayscale: #E1E1E1. Windows color (decimal): -3345974 or 13300172. OLE color: 13300172.

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

Color convert

RGB 204 241 202 -
CMYK 0.15 0 0.16 0.05
HSL 116.92º 0.58% 0.87% -
HSV(B) 116.92º 0.16% 0.95% -
XYZ 67.02 80.01 67.79 -
YUV 225.49 114.74 112.67 -
System Red Green Blue C M Y K H S L
Decimal 204 241 202 0.15 0 0.16 0.05 116.92 0.58 0.87
Hex CC F1 CA F 0 10 5 75 3A 57
Octal 314 361 312 17 0 20 5 165 72 127
Binary 11001100 11110001 11001010 1111 0 10000 101 1110101 111010 1010111

Color Harmonies of #CCF1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF1CA

Black with #CCF1CA

Text Example


Text Example

White with #CCF1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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