Html Css Color HEX #CCE1CA Blue Romance

📋 copy color: '#CCE1CA'

red 204 ◦ green 225 ◦ blue 202

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

Shades of Blue Romance #CCE1CA

Tints of Blue Romance #CCE1CA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.66%

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

R = 32.33%
G = 35.66%
B = 32.01%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#CCE1CA (or 0xCCE1CA) is known color: Blue Romance. HEX triplet: CC, E1 and CA. RGB value is (204,225,202). Sum of RGB (Red+Green+Blue) = 204+225+202=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 225 (88.28% from 255 or 35.66% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE1CA is #331E35. Grayscale: #D8D8D8. Windows color (decimal): -3350070 or 13296076. OLE color: 13296076.

HSL color Cylindrical-coordinate representation of color #CCE1CA: hue angle of 114.78º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCE1CA is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 225 202 -
CMYK 0.09 0 0.10 0.12
HSL 114.78º 0.28% 0.84% -
HSV(B) 114.78º 0.1% 0.88% -
XYZ 62.49 70.95 66.28 -
YUV 216.1 120.04 119.37 -
System Red Green Blue C M Y K H S L
Decimal 204 225 202 0.09 0 0.10 0.12 114.78 0.28 0.84
Hex CC E1 CA 9 0 A C 73 1C 54
Octal 314 341 312 11 0 12 14 163 34 124
Binary 11001100 11100001 11001010 1001 0 1010 1100 1110011 11100 1010100

Color Harmonies of #CCE1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE1CA

Black with #CCE1CA

Text Example


Text Example

White with #CCE1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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